body {
    background: #eceff1;
    line-height: 22px;
    margin: 0;
    font-family: roboto;
    font-size: 14px;
}

    body.ch {
        background: #eceff1;
        line-height: 22px;
        margin: 0;
        font-family: 'Adobe Heiti Std';
        font-size: 14px;
    }

p {
    line-height: 22px;
}

#container {
    width: 940px;
    margin: 15px auto;
    background-color: #FFF;
}

#logocontainer {
    width: 940px;
    margin: 0 auto;
}

.logo {
    background: #338ea3;
    opacity: 0.9;
    background-repeat: repeat-x;
    height: 92px;
     -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

strong, b {
    font-weight: 600 !important;
    font-size: 16px;
    text-decoration: underline;
}

div h1 {
    font-weight: 600 !important;
    font-size: 16px;
    text-decoration: underline;
}

.imgPadding {
    padding-top: 10px;
}

.left-div {
    display: inline-block;
    max-width: 230px;
    text-align: left;
    margin-left: 22px;
    vertical-align: top;
}

    .left-div img {
        width: 80px;
        height: 80px;
    }

.right-div {
    display: inline-block;
    max-width: 780px;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .left-div, .right-div {
        max-width: 100%;
    }
}

.container {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item {
    padding: 5px;
    width: 80px;
    height: 120px;
    margin: 10px;
    text-align: center;
}

    .item img {
        width: 80px;
        height: 80px;
    }

    .item a {
        font-size: 1em;
        color: #000;
        text-align: center;
        cursor: default;
        display: inline-block;
        height: 130px;
        vertical-align: top;
    }

.float {
    max-width: 1200px;
    margin: 0 auto;
}

    .float:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.float-item {
    float: left;
}

.inline-b {
    max-width: 1200px;
    margin: 0 auto;
}

.inline-b-item {
    display: inline-block;
}

.flex {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.nostyle {
    text-decoration: none;
    color: #000;
}

@media only screen and (max-width: 768px) {
    #container {
        width: 90%;
        margin: 0 auto;
    }

    #logocontainer {
        width: 90%;
        margin: 0 auto;
    }

    .footer {
        width: 90%;
        margin: 0 auto;
    }
}

#main-header {
    padding: 13px;
    border-bottom: 3px solid #384c57;
    height: 60px;
}

ul#menu {
    padding: 0;
}

    ul#menu li {
        display: inline;
    }

        ul#menu li a {
            color: #000;
            padding: 0px 16px;
            text-decoration: none;
            border-radius: 4px 4px 0 0;
            font-size: 15px;
        }

            ul#menu li a:hover {
                color: #338ea3;
            }

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;
}

.resp-tabs-list li {
    font-size: 15px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 4px solid #5AB1D0 !important;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #384c57;
    border-top-color: #5AB1D0;
}

h2 {
    font-size: 17px;
    border-bottom: 1px dotted #ccc;
    margin: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

    .resp-vtabs .resp-tabs-list li:hover {
        color: #338ea3;
        display: block;
        padding: 15px 15px !important;
        margin: 0 0 4px;
        cursor: pointer;
        float: none;
    }

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #dbdcde !important;
    float: left;
    width: 69%;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    color: #338ea3;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #dbdcde !important;
    border-left: 1px solid #dbdcde !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

h2.resp-tab-active {
    background: #DBDBDB;
}

.resp-easy-accordion h2 {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1;
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.simplePopup {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.footer {
    padding-top: 20px;
    text-align: center;
}
